Fix undefined reference to get_xkb()
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Thu, 23 Oct 2014 11:00:54 +0000 (13:00 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 Mar 2015 23:42:27 +0000 (18:42 -0500)
commit8ecc51ad8aa07ecad64d7732caa5fd78d9f43f4d
tree23922f891e4a4d26eb5ccd65b36e88a1ab0e6489
parent4938aa9c6b7da48f9c313fc545191733cb8a7ec1
Fix undefined reference to get_xkb()

When configuring Gtk+ with --disable-xkb, the build fails because of an
undefined reference to get_xkb().

This patch fixes this issue.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
https://bugzilla.gnome.org/show_bug.cgi?id=739070
gdk/x11/gdkkeys-x11.c